Skip to main content

Black Duck

BlackDuck

An advisor that retrieves vulnerability information from a Black Duck instance.

Configuration

Example

Use the following syntax to configure this plugin globally as part of config.yml:

ort:
advisor:
advisors:
BlackDuck:
options:
serverUrl: <OPTIONAL_STRING>
secrets:
apiToken: <OPTIONAL_SECRET>

Options

serverUrl

STRING Required

The base URL of the BlackDuck REST API.

apiToken

SECRET Required

The API token to use for authentication.